home *** CD-ROM | disk | FTP | other *** search
/ Champak 108 / jogo-disk-108.iso / Games / simple_tower_defense.swf / scripts / DefineButton2_96 / BUTTONCONDACTION on(press).as next >
Text File  |  2010-05-15  |  137b  |  10 lines

  1. on(press){
  2.    if(_root.unlock1 == true)
  3.    {
  4.       if(_root.cash >= 150)
  5.       {
  6.          _root.clicked.start();
  7.       }
  8.    }
  9. }
  10.